Centrality estimation using SPD tracklets#282
Conversation
|
@ddobrigk, @aalkin was a bit in a hurry for having central rapidity centrality/multiplicity estimation for pp I was tempted on doing it for SPD clusters at both levels CL0 and CL1 but although for pp there is not 'build' formula, that's not the case for PbPb |
|
@victor-gonzalez, SPD tracklets is a special estimator used solely for the estimation of multiplicity matchup in data and MC. It is no meant for analysis. All analysis-level estimators based on central barrel detectors implicitly have a vertex Z correction. Is this what you mean by formula? This topic is more intricate than a git PR discussion, maybe we can take it on mattermost or so |
|
Thanks! Moving to draft in the meanwhile |
|
It is OK to have it in draft |
cc67392 to
e9950f9
Compare
|
@ddobrigk, @aalkin, @jgrosseo having a single Now then, there are the
|
|
@ddobrigk, @aalkin, @jgrosseo, please, have a look at the centrality/multiplicity distributions with the new estimators for pp (SPD Tracklets and SPD Clusters) and PbPb (SPD Tracklets, CL0 and CL1) in https://alice.its.cern.ch/jira/browse/O2-2223 They were obtained with the Unfortunately there is an issue which required
If the above is not done the workflow fails
For running the workflow was used with as the This issue is, in my opinion, not related to the PR as such but I guess that until it is fixed probably it is better to keep it as draft |
|
This AliceO2Group/AliceO2#7636 fixes the described issue |
|
@ddobrigk The PR implements centrality/multiplicity estimation based on SPD Tracklets, for both pp and PbPb, SPD Clusters, only for pp, CL0, only for PbPb, and CL1, only for PbPb. The limitation comes from the availability of calibration information. Compared to Run2 implementation, it does not provide a default calibration in case the selected run does not have calibration available for it in CCDB |
|
I took a look, I think this looks ok! The SPD tracklets are a universal estimator, and the issue with SPD clusters versus CL0 and CL1 is that in Run 2 we ended up having too many different estimators with different names in different collision systems. I think for legacy we keep as is, but it's a reminder that Run 3 also represents a point in which we can try to do better than in the past :-D In any case, thanks a lot, @victor-gonzalez, for your work! |
* Centrality estimation using SPD tracklets * Implementation of SPD Clusters, CL0 and CL1 estimators
Also incorporated SPD Clusters for pp data and CL0 and CL1 for PbPb data